GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-21T13:20:07.5193705+00:00",
"SubmitDate": "2026-02-21T13:20:07.5193705+00:00",
"ReportPeriodStart": "2026-02-21T13:20:07.5193705+00:00",
"ReportPeriodEnd": "2026-02-21T13:20:07.5193705+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e42b5a95-0911-40d5-984b-ff85c37d1b25",
"Rows": [
{
"ItemId": "a0395887-c3ef-4125-b57f-02e8263fb52d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a0395887-c3ef-4125-b57f-02e8263fb52d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e42b5a95-0911-40d5-984b-ff85c37d1b25",
"Rows": [
{
"ItemId": "a0395887-c3ef-4125-b57f-02e8263fb52d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a0395887-c3ef-4125-b57f-02e8263fb52d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bd869621-8a5f-4501-818f-d4ff46afbf05",
"5c105002-797c-4c59-8b6e-2675da291224"
],
"Approvers": [
"6285accf-b4fb-497d-8939-c6a39a5b6d15",
"efca07e2-e356-4ab6-8a8a-181c06caf0a1"
],
"ApprovedBy": "73c72cd3-3c48-4650-9281-2a378620bc3d",
"ApprovalDate": "2026-02-21T13:20:07.5193705+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ee7b3863-3e37-4b58-8277-47e893d896aa",
"id": "ea9d4b2a-8e54-40ee-84dc-c68ebf587501",
"ConfigId": "52d1622d-0113-41e0-94af-59603bfa9505"
},
{
"GenerationDate": "2026-02-21T13:20:07.5193705+00:00",
"SubmitDate": "2026-02-21T13:20:07.5193705+00:00",
"ReportPeriodStart": "2026-02-21T13:20:07.5193705+00:00",
"ReportPeriodEnd": "2026-02-21T13:20:07.5193705+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e42b5a95-0911-40d5-984b-ff85c37d1b25",
"Rows": [
{
"ItemId": "a0395887-c3ef-4125-b57f-02e8263fb52d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a0395887-c3ef-4125-b57f-02e8263fb52d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e42b5a95-0911-40d5-984b-ff85c37d1b25",
"Rows": [
{
"ItemId": "a0395887-c3ef-4125-b57f-02e8263fb52d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a0395887-c3ef-4125-b57f-02e8263fb52d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bd869621-8a5f-4501-818f-d4ff46afbf05",
"5c105002-797c-4c59-8b6e-2675da291224"
],
"Approvers": [
"6285accf-b4fb-497d-8939-c6a39a5b6d15",
"efca07e2-e356-4ab6-8a8a-181c06caf0a1"
],
"ApprovedBy": "73c72cd3-3c48-4650-9281-2a378620bc3d",
"ApprovalDate": "2026-02-21T13:20:07.5193705+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ee7b3863-3e37-4b58-8277-47e893d896aa",
"id": "ea9d4b2a-8e54-40ee-84dc-c68ebf587501",
"ConfigId": "52d1622d-0113-41e0-94af-59603bfa9505"
}
]